func runtime.spanOfHeap
8 uses
runtime (current package)
mgcmark.go#L1370: span := spanOfHeap(val)
mgcmark.go#L1422: span := spanOfHeap(val)
mheap.go#L650: return spanOfHeap(b) != nil
mheap.go#L728: func spanOfHeap(p uintptr) *mspan {
mheap.go#L1839: span := spanOfHeap(uintptr(p))
mheap.go#L1874: span := spanOfHeap(uintptr(p))
pinner.go#L127: span := spanOfHeap(uintptr(ptr))
pinner.go#L148: span := spanOfHeap(uintptr(ptr))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |